home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr34 / bzip.zip / BZIP.TXT < prev    next >
Text File  |  1994-12-18  |  545b  |  18 lines

  1. BZIP.LIB  (c) 1994 Base 12
  2. December 1994
  3. Programmer: Jose Jimenez Jr.
  4. FREEWARE
  5.  
  6. The following is a tiny library for Clipper 5.x
  7. It reads info from PKWARE(R) Zip files.
  8.  
  9. The functions in no way modify any data.  They simply open the file
  10. and read the requested info.
  11.  
  12. Functions:
  13.         int   := ISZIP("TEST.ZIP")       - Is file a valid ZIP(R)
  14.         char  := WHOMADEZIP("TEST.ZIP")  - O.S. that Zipped file
  15.         float := ZIPVERSION("TEST.ZIP")  - min. version needed to UNZIP
  16.  
  17. Please refer to ZIPTEST.PRG for detailed info on return values
  18.